Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Interface ICommandServiceEvent


public interface ICommandServiceEvent

An instance of ICommandServiceEvent describes changes to an instance of ICommandService.

This interface is not intended to be extended or implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
ICommandService, ICommandServiceListener.commandServiceChanged(org.eclipse.ui.commands.ICommandServiceEvent)

Method Summary
 ICommandService getCommandService()
          Returns the instance of ICommandService that has changed.
 boolean haveActiveCommandIdsChanged()
          TODO javadoc
 

Method Detail

getCommandService

public ICommandService getCommandService()
Returns the instance of ICommandService that has changed.

Returns:
the instance of ICommandService that has changed. Guaranteed not to be null.

haveActiveCommandIdsChanged

public boolean haveActiveCommandIdsChanged()
TODO javadoc


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.